BODY {
 background-attachment: fixed;
}

H1,H2,H3,H4 {
 background: #08296b;
 color: #c6eff7;
}

A:link {
 color: #94d6e7;
 text-decoration:none;
}

A:visited {
 color: #94d6e7;
 text-decoration:none;
}

A:active {
 background: #94d6e7;
 color: #08296b;
 text-decoration:underline;
}

A:hover {
 background: #08296b;
 color: #94d6e7;
 text-decoration:underline;
}